[INFO] fetching crate voidmc-data 0.1.0...
[INFO] fixing voidmc-data-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate voidmc-data 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate voidmc-data 0.1.0
[INFO] finished tweaking crates.io crate voidmc-data 0.1.0
[INFO] tweaked toml for crates.io crate voidmc-data 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate voidmc-data 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate voidmc-data 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simd_cesu8 v1.0.1
[INFO] [stderr]   Downloaded ussr-nbt v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af
[INFO] running `Command { std: "docker" "start" "23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling simd_cesu8 v1.0.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stdout] error[E0635]: unknown feature `array_chunks`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     feature(array_chunks, portable_simd, error_in_core)
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 29 |     process!(u8x64);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 30 |     process!(u8x32);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 31 |     process!(u8x16);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 32 |     process!(u8x8);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 33 |     process!(u8x4);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 34 |     process!(u8x2);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 62 |     process!(u8x64);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 63 |     process!(u8x32);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 64 |     process!(u8x16);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 65 |     process!(u8x8);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 66 |     process!(u8x4);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 67 |     process!(u8x2);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simd_cesu8` (lib) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0635]: unknown feature `array_chunks`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |     feature(array_chunks, portable_simd, error_in_core)
[INFO] [stdout]   |             ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 29 |     process!(u8x64);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 30 |     process!(u8x32);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 31 |     process!(u8x16);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 32 |     process!(u8x8);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 33 |     process!(u8x4);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 34 |     process!(u8x2);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 62 |     process!(u8x64);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 63 |     process!(u8x32);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 64 |     process!(u8x16);
[INFO] [stdout]    |     --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 65 |     process!(u8x8);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 66 |     process!(u8x4);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simd_cesu8-1.0.1/src/implementation/simd.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ `&[u8]` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 67 |     process!(u8x2);
[INFO] [stdout]    |     -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `process` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let array_chunks = remainder.into_iter().array_chunks::<{ <$simd>::LEN }>();
[INFO] [stdout]    |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simd_cesu8` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af", kill_on_drop: false }`
[INFO] [stdout] 23836f473443b8f818422b476ae0de57821799065e6730c41689921a3d68f2af
